First take at appveyor. Inspired by VLC. This should run qmake.
authorRobert Lipe <robertlipe@gpsbabel.org>
Sat, 11 Nov 2017 03:39:45 +0000 (21:39 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Sat, 11 Nov 2017 03:39:45 +0000 (21:39 -0600)
appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..3150455
--- /dev/null
@@ -0,0 +1,23 @@
+version: 1.0.{build}
+
+environment:
+  matrix:
+  # MinGW
+  - name: win32
+    platform: mingw
+    qt: 5.9\mingw53_32
+  # MSVC x64
+  #- name: win64
+  #  platform: amd64
+  #  qt: 5.9\msvc2015_64
+
+init:
+  - if %platform%==mingw set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
+  - if %platform%==mingw set PATH=C:\Qt\Tools\mingw530_32\bin;%PATH%
+  - set PATH=C:\Qt\%qt%\bin;%PATH%
+  - if not %platform%==mingw call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
+
+# Flesh out with amd64/msvc cases later.
+build_script:
+  - qmake app.pro
+  - mingw32-make